home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / gui / FoxGuiSource.lha / source_readme.txt < prev   
Text File  |  2001-07-17  |  1KB  |  30 lines

  1. In order to compile the FoxGUI source unmodified, you will need the
  2. following:
  3.  
  4. SAS/C 6.58.  Patches to update SAS/C 6.5x to 6.58 are available for
  5. download from Aminet.
  6.  
  7. DMake.  An alternative to smake.  DMake is downloadable from Aminet.
  8.  
  9. The standard Amiga header files (these come with SAS/C and other
  10. compilers).
  11.  
  12. IFFParse.library and the associated header files (the headers can be found
  13. on the Amiga Developer CD v2.1 in the drawer
  14. NDK/NDK_3.1/Examples2/IFF/iffp).  I believe that these files may also be
  15. found on Aminet (gfx/misc/NewIFF.lha) but I'm not certain that these are
  16. the same version.
  17.  
  18.  
  19.  
  20. To Build FoxGUI:
  21.  
  22. Unpack the archive, preserving paths (e.g. lha x FoxGUISource).
  23. Create a drawer called objects and a drawer called foxlib in the directory
  24. containing the make file.
  25. Make sure that a directory called iffp containing the iffparse.library
  26. headers exists in your INCLUDE: assign (usually work:sc/include).
  27. Edit iffp/ilbm.h - remove the definitions of IntuitionBase and GfxBase.
  28. From the command line, cd to the drawer containing the dmakefile.
  29. Type "dmake" at the command line.
  30.